projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
687784e
)
(selective-display-ellipses): Doc fix.
author
Pavel Janík
<Pavel@Janik.cz>
Wed, 31 Oct 2001 15:04:58 +0000
(15:04 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Wed, 31 Oct 2001 15:04:58 +0000
(15:04 +0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index b05cd635be1d795eae467ae156555427149d74c0..724e707ec2a7e05208d9cdfc4655e335859b4aa3 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-5303,7
+5303,7
@@
A value of t means, after a ^M, all the rest of the line is invisible.
DEFVAR_PER_BUFFER ("selective-display-ellipses",
¤t_buffer->selective_display_ellipses,
Qnil,
- doc: /*
t
means display ... on previous line when a line is invisible. */);
+ doc: /*
Non-nil
means display ... on previous line when a line is invisible. */);
#endif
DEFVAR_PER_BUFFER ("overwrite-mode", ¤t_buffer->overwrite_mode, Qnil,